home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 2: Applications / Linux Cubed Series 2 - Applications.iso / math / gle-3.000 / gle-3 / gle / int32.h < prev    next >
C/C++ Source or Header  |  1995-02-07  |  124b  |  8 lines

  1. #ifdef INT32
  2. typedef int int32;
  3. typedef unsigned int uint32;
  4. #else
  5. typedef long int32;
  6. typedef unsigned long uint32;
  7. #endif
  8.